VERSION = 1,

option ZomboWin.enableMod = {
    type = boolean, default = true,
    page = ZomboWin, translation = ZomboWin.enableMod,
	_tooltip=ZomboWin.enableModTooltip, valueTranslation=ZomboWin.enableMod,
}

option ZomboWin.allowOthers = {
    type = boolean, default = true,
    page = ZomboWin, translation = ZomboWin.allowOthers,
	_tooltip=ZomboWin.allowOthersTooltip, valueTranslation=ZomboWin.allowOthers,
}

option ZomboWin.restrictPants = {
    type = boolean, default = true,
    page = ZomboWin, translation = ZomboWin.restrictPants,
	_tooltip=ZomboWin.restrictPantsTooltip, valueTranslation=ZomboWin.restrictPants,
}

option ZomboWin.banditHost = {
	type = enum, numValues = 3, default = 1,
	page = ZomboWin,
	translation = ZomboWin.banditHost,
    valueTranslation = ZomboWin.banditHost_Options,
}

option ZomboWin.debugMode = {
    type = boolean, default = false,
    page = ZomboWin, translation = ZomboWin.debugMode,
	_tooltip=ZomboWin.debugModeTooltip, valueTranslation=ZomboWin.debugMode,
}